projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3b8819d
)
(syms_of_data): Staticpro Qmark_inactive.
author
Roland McGrath
<roland@gnu.org>
Thu, 8 Jul 1993 21:27:33 +0000
(21:27 +0000)
committer
Roland McGrath
<roland@gnu.org>
Thu, 8 Jul 1993 21:27:33 +0000
(21:27 +0000)
src/data.c
patch
|
blob
|
history
diff --git
a/src/data.c
b/src/data.c
index ec7015965ad7d736eb17cac4f0c390cfa4883989..9c1413bdae2f0e30a1b5134b28fab187eda87612 100644
(file)
--- a/
src/data.c
+++ b/
src/data.c
@@
-2126,6
+2126,7
@@
syms_of_data ()
staticpro (&Qbeginning_of_buffer);
staticpro (&Qend_of_buffer);
staticpro (&Qbuffer_read_only);
+ staticpro (&Qmark_inactive);
staticpro (&Qlistp);
staticpro (&Qconsp);